-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add staticCanMessage method #158
Conversation
Nice been looking forward to this! Currently not having this is eating up alot of our airstack calls 😆 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It appears your missing the place on Client you want to put this static method. Probably here: https://github.com/xmtp/xmtp-react-native/blob/main/src/lib/Client.ts#L120
android/src/main/java/expo/modules/xmtpreactnativesdk/XMTPModule.kt
Outdated
Show resolved
Hide resolved
android/src/main/java/expo/modules/xmtpreactnativesdk/XMTPModule.kt
Outdated
Show resolved
Hide resolved
android/src/main/java/expo/modules/xmtpreactnativesdk/XMTPModule.kt
Outdated
Show resolved
Hide resolved
This looks really great thanks for all the modifications! I'm just holding off on approving because I want this PR to land first #155 as it makes a lot of formatting changes and I don't want to have any further merge conflicts. 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pulled in the large codec changes, fixed the linting issues, and tweaked a few small things. LGTM
🎉 This PR is included in version 1.21.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description:
This PR makes available the
staticCanMessage
method which is used on the native packages.This change resolves the comment in this discussion